/*初始化样式*/
html {
    margin: 0;
    padding: 0;
    border: 0;
}

body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
p,
blockquote,
pre,
a,
address,
code,
b,
em,
img,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
footer,
header,
hgroup,
nav,
section {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    background: #fff;
    color: #666;
    position: relative;
    font: 12px/1.5 Microsoft YaHei, arial, 宋体, sans-serif;
    vertical-align: baseline;
    width: 100%;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    outline: none;
}

a:link {
    color: #666;
}

a:visited {
    color: #666;
}

a:hover,
a:active,
a:focus {
    color: #009b4c;
    text-decoration: none;
    outline: none;
}

input {
    padding: 0;
    margin: 0;
    font-family: 'Microsoft YaHei';
}

img {
    border: none;
    background: none;
    vertical-align: middle;
}

ul,
ol,
li {
    list-style-type: none;
}

select,
input,
img,
select {
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

table,
th,
td {
    vertical-align: middle
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.clearfix {
    zoom: 1
}

.clearboth {
    height: 0px;
    line-height: 0px;
    overflow: hidden;
    clear: both;
    font-size: 0px;
}

h1,
h2,
h3,
h4 {
    font-size: 12px;
    font-weight: bold;
}

hr {
    border: 0;
    border-top: 1px solid #ccc;
    height: 0;
}

dt {
    font-weight: normal;
}

/*----- Common css ------*/
.fl {
    float: left;
}

.fr {
    float: right;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

.dib {
    *display: inline;
    _zoom: 1;
    _display: inline;
    _font-size: 0px;
}

.flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.flexd {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.wh {
    max-width: 1230px;
    margin: 0 auto;
    padding: 0 15px;
}

.pos {
    position: relative;
    width: 1920px;
    left: 50%;
    margin-left: -960px;
}

.com-img {
    display: inline;
    overflow: hidden;
    margin: 0 auto;
    display: table;
}

.com-img img {
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
}

.com-img:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}



/*头部样式*/


.top2 {
    height: 140px;
    overflow: hidden;
}

.top2 .logo {
    width: 32.333%;
    
}
.top2 .logo  .logotext1 {
    font-size: 1.2rem;
	letter-spacing: -1px;
	color: #000;
    text-align: center;
    line-height: 1.3;
}


.top2 .logo a {
    display: block;
}

.top2 .logo a img {
    max-width: 100%;
}

.logo {
    float: left;
    line-height: 140px;
}

.top2 .logotext {
    font-size: 25px;
    font-weight: normal;
    letter-spacing: -1.2px;
    color: #414141;
    background: url(../images/62e23ff8820fb743024158cdf591bf872751724b.png) no-repeat left center;
    padding-left: 36px;
    line-height: 140px;
    margin-left: 30px;
}

.top2 .k2 {
    padding-left: 56px;
    background: url(../images/1a22cff8e900e66f259aa285168bd56bdd255192.png) no-repeat left center;
    margin-top: 30px;
}

.top2 .k2 p:nth-of-type(1) {
    font-size: 17px;
    font-weight: normal;
    letter-spacing: -0.8px;
    color: #999999;
}

.top2 .k2 p:nth-of-type(2) {
    font-size: 26px;
    letter-spacing: -1.9px;
    color: #ff7d01;
}

.top2 .k2 p:nth-of-type(3) {
    font-size: 26px;
    letter-spacing: -1.9px;
    color: #ff7d01;
}



/* 导航样式 */
#menu {
    background: url(../images/bace4c1ecfc0e81a5735c1dac5b18a394d54b29b.png) repeat-x left center;

}

.x-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.x-menu>li {
    position: relative;
    flex: 1;
    background: url(../images/35a4cfcd5d65cec966471ecfe491159ead2838d1.png) no-repeat right center;
}

.x-menu>li:last-child {
    background: initial;
}

.x-menu>li>a {
    display: block;
    font-size: 16px;
    color: #ffffff;
    white-space: nowrap;
    line-height: 60px;
    height: 60px;
    text-align: center;
    letter-spacing: -0.4px;
}



.x-menu>li>a:hover {
    background-color: #ff8a0000;
}

.x-menu>li.active>a {}

.x-menu>li:after {
    content: '';
    position: absolute;
    z-index: 100;
    width: 100%;
    left: 0;
    /*height: 40px;*/
    opacity: 0;
    top: 100%;
}

.x-menu>li:hover .x-sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background: #fff;
}

.x-sub-menu {
    position: absolute;
    z-index: 99;
    width: 160%;
    left: -24%;
    top: 60px;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.x-sub-menu>li {
    /* padding: 0 0.9rem; */
}

.x-sub-menu>li>a {
    display: block;
    text-align: center;
    line-height: 2;
    font-size: 14px;
    color: #666666;
    line-height: 2.6;
}

.x-sub-menu>li>a:hover {
    background: #0d62a6;
    color: #fff;

}

.x-sub-menu:after {
    content: '';
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 10px;
    cursor: pointer;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #fff transparent;
    border-top: none;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -10px;
    z-index: 99;
    display: none;
}


@media(max-width: 1024px) {
    .top2 .logo {
        width: 33.333%;
    }

    .top2 .logotext {
        font-size: 20px;
    }
  
}



@media(max-width: 992px) {
    body {
        padding-top: 60px;
    }
}


.sou {
    line-height: 37px;
    padding: 0.8rem 0;
    background: #055a9b;
}

.sou .hotSearch {
    font-size: 15px;
    letter-spacing: -0.4px;
    color: #ffffff;
}

.sou .hotSearch a {
    color: #fff;
    margin-right: 5px;
}

.sou form {
    width: 375px;
    height: 37px;
    background: url(../images/777210bf745f856272b014b0551f757b9a79beb4.jpg) no-repeat center center;
    font-size: 15px;
    letter-spacing: -1px;
    color: #bbbbbb;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sou form input {
    outline: none;
    background: none;
    border: none;
}

.sou form input[name="wd"] {
    width: 336px;
    padding: 0 12px;
    font-size: 15px;
    letter-spacing: -1px;
    color: #000;
}

.sou form input[name="wd"]::placeholder {
    color: #bbbbbb;
}

.sou form input[type="submit"] {
    flex: 1;
}



.p1 {
    padding: 53px 0;
}

.p1a {
    width: 23.1667%;
}

.p1a1 {
    text-align: center;
    width: 100%;
    padding: 28px 0;
    background: url(../images/2865fa04151b8d63683acacba6ddf8eb121db67b.jpg) no-repeat center center;
    background-size: cover;
    color: #ffffff;
}

.p1a1>h3 {
    font-size: 27px;
    font-weight: normal;
    margin-bottom: 8px;
}

.p1a1>p {
    font-size: 14px;
}

.p1a2 {
    border-left: 2px solid #055a9b;
    border-right: 2px solid #055a9b;
    padding: 0 14px;
}

.p1a2 li a {
    display: block;
    line-height: 49px;
    font-size: 14px;
    color: #666666;
    font-family: "simsun";
    border-bottom: 1px solid #eeeeee;
    padding-left: 28px;
    position: relative;
    transition: all ease .3s;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.p1a2 li a::after {
    content: "";
    width: 16px;
    height: 16px;
    background: url(../images/098929d0976d69a3b0fd314b9a9d0698a7bcc797.png) no-repeat center center;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.p1a2 li:hover a {
    color: #ff7d01;
}

.p1a3 {
    width: 100%;
    background: #363636;
    padding: 15px 0 15px 88px;
    position: relative;
}

.p1a3::before {
    content: "";
    background: url(../images/a808fd2522622bea6189ffbe4220c72ac4812809.png) no-repeat center center;
    width: 42px;
    height: 41px;
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
}

.p1a3 h3 {
    font-size: 15px;
    font-weight: normal;
    color: #ffffff;
}

.p1a3 em {
    display: block;
    font-size: 26px;
    line-height: 35px;
    letter-spacing: -1px;
    color: #ffffff;
    font-family: "simhei";
}

.p1a3 a {
    display: block;
    width: 87px;
    height: 26px;
    border: solid 1px rgba(255, 255, 255, .5);
    line-height: 26px;
    text-align: center;
    font-size: 13px;
    color: #fff;
}


.p1b {
    width: 74.16667%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.p1b1 {
    line-height: 48px;
    background: url(../images/4c0c88432a76f272530f72926e9cd391734c87e9.png) no-repeat bottom center;
}

.p1b1 h3 {
    font-size: 26px;
    letter-spacing: -2px;
    color: #055a9b;
    font-family: "simhei";
}

.p1b1 a {
    font-size: 16px;
    font-weight: normal;
    color: #666666;
}



.p1b2 li {
    width: 48.99%;
}

.p1b2 li a {
    display: block;
    position: relative;
    border: solid 1px #e1e1e1;
    transition: all ease .3s;
}

.p1b2 li:hover a {
    transform: translateY(-10px);
}

.p1b2 li a .img img {
    display: block;
    width: 100%;
}

.p1b2 li:hover h3 {
    color: #055a9b;
}
.p1b2 li h3 {
    font-size: 15px;
    font-weight: normal;
    letter-spacing: -1px;
    color: #666666;
    text-align: center;
    margin: 10px 0 18px;
    transition: all ease .2s;
}

.p1b2 li a .cont {
    position: absolute;
    left: 72%;
    bottom: 15px;
}

.p1b2 li a .cont h3 {
    font-size: 16px;
    font-weight: normal;
    letter-spacing: -1px;
    color: #666666;
    line-height: 1.4;
    transition: all ease .2s;
}

.p1b2 li a .cont p {
    font-size: 16px;
    letter-spacing: -1px;
    color: #666666;
    line-height: 1.4;
    transition: all ease .2s;
}

.p1b2 li:hover a .cont h3 {
    color: #055a9b;
}

.p1b2 li:hover a .cont p {
    color: #055a9b;
}

.p1b3 li {
    width: 31.91%;
}

.p1b3 li a {
    display: block;
}

.p1b3 li a div.img {
    border: solid 1px #e1e1e1;
    transition: all ease .3s;
}

.p1b3 li a div.img img {
    width: 100%;
}

.p1b3 li:hover a div.img {
    transform: translateY(-10px);
}

.p1b3 li a h3 {
    font-size: 15px;
    font-weight: normal;
    letter-spacing: -1px;
    color: #666666;
    text-align: center;
    margin: 10px 0 18px;
    transition: all ease .2s;
}

.p1b3 li:hover a h3 {
    color: #055a9b;
}

@media(max-width: 1024px) {
    .p1a2 li a {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .p1a3 {
        padding: 15px 0 15px 43px;
    }

    .p1a3::before {
        width: 27px;
        height: 27px;
        border-radius: 50%;
        background-size: 100% 100%;
        left: 12px;
    }

    .p1b {
        justify-content: flex-start;
    }

    .p1b1 {
        margin-bottom: 4%;
    }

    .p1b2 li a .cont {
        left: 58%;
    }

    .p1b2 {
        margin-bottom: 4%;
    }
}

@media(max-width: 768px) {
    .p1a {
        width: 100%;
    }

    .p1a2 {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        border-bottom: 2px solid #055a9b;
    }

    .p1a2 li {
        width: 48%;
    }

    .p1a3 {
        display: none;
    }

    .p1b {
        width: 100%;
        margin-top: 3%;
    }
}

@media(max-width: 767px) {
    .p1{
        padding: 24px 0;
    }
    .p1a2 li a {
        font-size: 13px;
        padding-left: 21px;
    }

    .p1b1 h3 {
        font-size: 20px;
    }

    .p1b1 a {
        font-size: 14px;
    }

    .p1b2 li {
        width: 100%;
    }

    .p1b2 li:last-child {
        margin-top: 3%;
    }

    .p1b3 li {
        width: 48.91%;
    }
}



.p2 {
    background: url(../images/db0f0da407d36517e13fe9ce5c95e46350d7ba05.jpg) no-repeat center center;
    background-size: cover;
    padding: 68px 0 78px;
}

.p2-title {
    text-align: center;
    color: #ffffff;
}

.p2-title h3 {
    font-size: 38px;
    letter-spacing: -1px;
    margin-bottom: 30px;
    position: relative;
}

.p2-title h3::after {
    content: "";
    width: 35px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -17px;
}

.p2-title p {
    font-size: 18px;
}

.p2a {
    margin-top: 5.4rem;
}

.p2a li {
    width: 29.583%;
}

.p2a li a {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.p2a li a .conta {
    justify-content: flex-start;
}

.p2a li a .conta .conta1 {
    width: 85px;
    height: 74px;
    border: solid 2px #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 17px;
    line-height: 24px;
    color: #ffffff;
    margin-right: 9px;
}

.p2a li a .conta .conta2 {
    flex: 1;
}

.p2a li a .conta .conta2 h3 {
    font-size: 20px;
    font-weight: normal;
    color: #ffffff;
    margin-bottom: 11px;
}

.p2a li a .conta .conta2 h4 {
    font-size: 12px;
    font-weight: normal;
    color: rgba(255, 255, 255, .5);
    letter-spacing: -0.8px;
}



.p2a li a .contb {
    font-size: 17px;
    line-height: 1.3;
    letter-spacing: -0.4px;
    color: #ffffff;
    height: 106px;
    margin: 2.8rem 0 1.9rem;
    font-weight: 100;
}

.p2a li a .contb p {
    padding-left: 18px;
    position: relative;
}

.p2a li a .contb p::before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #ffffff;
    border: solid 1px #ffffff;
    position: absolute;
    left: 0;
    top: 5px;
}

.p2a li a div.img {
    overflow: hidden;
}

.p2a li a div.img img {
    width: 100%;
    transition: all ease .3s;
}


.p2a li:hover a div.img img {
    transform: scale(1.1);
}

@media(max-width: 1024px) {
    .p2a li {
        width: 30.583%;
    }

    .p2a li a .contb {
        font-size: 14px;
    }

    .p2a li a .conta .conta2 h3 {
        font-size: 16px;
    }
}

@media(max-width: 768px) {
    .p2a li {
        width: 100%;
        margin-bottom: 3%;
    }

    .p2a li a .contb {
        height: auto;
        line-height: 1.7;
    }
}

@media(max-width: 767px) {
    .p2a li a .conta .conta1 {
        width: 66px;
        height: 60px;
    }

    .p2-title h3 {
        font-size: 21px;
        margin-bottom: 24px;
    }

    .p2-title p {
        font-size: 14px;
    }

    .p2a li a .contb {
        margin: 1.6rem 0;
        font-weight: 400;
    }

    .p2a li {
        margin-bottom: 6%;
    }
}


.index-title {
    text-align: center;
}

.index-title h3 {
    font-size: 40px;
    color: #005aa1;
    margin-bottom: 12px;
    font-weight: 400;
}

.index-title p {
    font-size: 20px;
    color: #666666;
}

.p3 {
    padding-top: 3.9rem;
}

.p3a {
    position: relative;
}

.p3-swiper {
    overflow: hidden;
    margin-top: 2.8rem;
}

.p3a li a {
    display: block;
    border: solid 1px #dddddd;
}

.p3a li a img {
    display: block;
    width: 100%;
}

.p3a .p3prev {
    width: 20px;
    height: 37px;
    background: url(../images/3de741445622d4a443ebb4c2191be50d112e5df9.png) no-repeat center center;
    cursor: pointer;
    z-index: 99;
    outline: none;
    position: absolute;
    left: -49px;
    top: 50%;
    transform: translateY(-50%);
}

.p3a .p3next {
    width: 20px;
    height: 37px;
    background: url(../images/c0005c54a0b458b52830455d4fe6a1e7d0541454.png) no-repeat center center;
    cursor: pointer;
    z-index: 99;
    outline: none;
    position: absolute;
    right: -49px;
    top: 50%;
    transform: translateY(-50%);
}

@media(max-width: 767px) {
    .index-title h3 {
        font-size: 24px;
        margin-bottom: 8px;
    }

    .index-title p {
        font-size: 16px;
    }
}



.p4 {
    margin-top: 4.2rem;
}

.p4a {
    margin-top: 2.35rem;
}

.p4a li {
    width: 25%;
}

.p4a li a {
    display: block;
    position: relative;
    overflow: hidden;
}

.p4a li a .img img {
    display: block;
    width: 100%;
}

.p4a li a .cont {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(5, 90, 155, .5);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all ease .2s;
}

.p4a li a .cont h3 {
    font-size: 20px;
    font-weight: 400;
}

.p4a li a .cont p {
    font-size: 16px;
}

.p4a li:hover a .cont {
    opacity: 1;
}

@media(max-width: 768px) {
    .p4a li {
        width: 50%;
    }
}


@media(max-width: 767px) {
    .p4a li a .cont {
        position: static;
        color: #000;
        opacity: 1;
        background: #fff;
        margin: 0.5rem 0 1rem;
    }

    .p4a li a .cont h3 {
        font-size: 16px;
        margin-bottom: 4px;
    }

    .p4a li a .cont p {
        font-size: 14px;
    }
}


.p5 {
    background: url(../images/b00ef4624a09efdddb4dc89792bfa27e65401fcf.jpg) no-repeat center center;
    margin-top: 3.65rem;
    padding: 2.5rem 0 2.45rem;
    background-size: cover;
}

.p5a p:nth-of-type(1) {
    font-style: italic;
    font-size: 36px;
    font-weight: 700;
    font-style: italic;
    color: #ffffff;
}

.p5a p:nth-of-type(2) {
    font-size: 20px;
    font-weight: normal;
    color: #ffffff;
}

.p5b {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
}

.p5b p:nth-of-type(1) {
    font-size: 16px;
    color: #ffffff;
    text-align: right;
}

.p5b p:nth-of-type(2) {
    font-size: 26px;
    font-weight: 700;
    color: #ffffff;
    text-align: right;
    margin-bottom: 7px;
}

.p5b>a {
    font-size: 16px;
    color: #ffffff;
    line-height: 33px;
    padding-left: 18px;
    background: url(../images/08a6425647b3dd04985d785ee950447af2b33cfd.jpg) no-repeat center center;
    width: 152px;
    height: 33px;
    display: block;
}

@media(max-width: 768px) {
    .p5a p:nth-of-type(1) {
        font-size: 21px;
    }

    .p5a p:nth-of-type(2) {
        font-size: 13px;
        margin-top: 4%;
    }
}

@media(max-width: 767px) {
    .p5a p:nth-of-type(1) {
        font-size: 20px;
        text-align: center;
    }

    .p5a p:nth-of-type(2) {
        text-align: center;
        margin-bottom: 4%;
    }

    .p5b {
        align-items: flex-start;
    }
}



.p6 {
    background: url(../images/4d7ecb3762e143647dcea25d0e2653326cb5000d.jpg) no-repeat center center;
    background-size: cover;
    padding: 3.3rem 0 4.55rem;
}

.p6-title {
    display: flex;
    justify-content: center;
    align-items: center;
}

.p6-title h3 {
    font-size: 1.9rem;
    font-weight: normal;
    color: #055a9b;
    margin-right: 10px;
}

.p6-title p {
    font-size: 1.3rem;
    font-weight: normal;
    color: #6b6969;
}

.p6cont {
    margin-top: 4.3rem;
}

.p6a {
    width: 49.58%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.p6a h3 {
    font-size: 22px;
    color: #055a9b;
}


.p6a p {
    font-size: 16px;
    line-height: 2.1;
    color: #535353;
}

.p6a a.more {
    width: 151px;
    background-color: #055a9b;
    line-height: 37px;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
}




.p6b {
    width: 46.75%;
}

.p6b .img {
    overflow: hidden;
}

.p6b img {
    width: 100%;
    transition: all ease .3s;
}

.p6b .img:hover img {
    transform: scale(1.1);
}



@media(max-width: 1024px) {
    .p6a p {
        font-size: 14px;
        line-height: 1.8;
    }
}

@media(max-width: 768px) {
    .p6cont {
        margin-top: 2.3rem;
    }

    .p6b {
        width: 100%;
        order: 1;
    }

    .p6a {
        width: 100%;
        order: 2;
        margin-top: 4%;
    }

    .p6a h3 {
        margin-bottom: 2%;
    }

    .p6a a.more {
        margin-top: 2%;
    }
}

@media(max-width: 767px) {
    .p6-title h3 {
        font-size: 21px;
    }

    .p6-title p {
        font-size: 20px;
    }

    .p6a h3 {
        font-size: 20px;
    }
}


.p7a {
    justify-content: flex-start;
    border-bottom: solid 1px #055a9b;
    margin: 2.7rem 0 1.5rem;
}

.p7a li {
    width: 120px;
    line-height: 39px;
    font-size: 18px;
    letter-spacing: -1px;
    color: #333333;
    text-align: center;
    cursor: pointer;
}

.p7a li.active {
    background: #055a9b;
    color: #fff;
}



.p7b {
    position: relative;
}

.p7b .p7btab {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    right: 0;
    width: 100%;
    padding: 0 8px;
}

.p7b .p7btab {
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease;
}

.p7b .p7btab.active {
    position: static;
    opacity: 1;
    visibility: visible;
}

.p7b .p7btab .p7b-swiper {
    overflow: hidden;
}

.p7b .p7btab .p7b-swiper li a {
    display: block;
}

.p7b .p7btab .p7b-swiper li a div.img {
    overflow: hidden;
}

.p7b .p7btab .p7b-swiper li a div.img img {
    width: 100%;
    transition: all ease .3s;
}

.p7b .p7btab .p7b-swiper li a h3 {
    font-size: 18px;
    font-weight: normal;
    color: #333333;
    margin-top: 10px;
    text-align: center;
}

.p7b .p7btab .p7b-swiper li:hover a div.img img {
    transform: scale(1.1);
}


.p7prev {
    width: 42px;
    height: 42px;
    background: url(../images/8bb0a25267a7e25457543117d316308d31d523bc.png) no-repeat center center;
    position: absolute;
    left: -50px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 999;
    outline: none;
}


.p7next {
    width: 42px;
    height: 42px;
    background: url(../images/8bb0a25267a7e25457543117d316308d31d523bc.png) no-repeat center center;
    position: absolute;
    right: -50px;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
    cursor: pointer;
    z-index: 999;
    outline: none;
}

@media(max-width: 768px) {
    .p7b .p7btab {
        padding: 0;
    }

    .p7prev,
    .p7next {
        display: none;
    }
}

@media(max-width: 767px) {
    .p7a li {
        width: 98px;
        font-size: 16px;
    }

    .p7b .p7btab .p7b-swiper li a h3 {
        font-size: 16px;
    }
}







.p8 {
    margin-top: 4.4rem;
}

.p8a {
    width: 65.8333%;
    border: solid 1px #e3e3e3;
    padding: 0 1.5rem 1rem 1.8rem;
}

.p8a1 {
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 1.5rem;
}

.p8a1a {
    justify-content: flex-start;
}

.p8a1a li a {
    display: block;
    line-height: 66px;
    font-size: 18px;
    font-weight: normal;
    color: #333333;
    position: relative;
}

.p8a1a li a::after {
    content: "";
    width: 100%;
    height: 2px;
    background: #055a9b;
    position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
}

.p8a1a li.active a::after {
    opacity: 1;
}

.p8a1a li+li {
    margin-left: 4rem;
}

.p8a1 a.more {
    width: 22px;
    height: 22px;
    line-height: 20px;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    display: block;
    background: #055a9b;
}




.p8a2 {
    position: relative;
}

.p8a2 .p8tab {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    right: 0;
}

.p8a2 .p8tab {
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease;
}

.p8a2 .p8tab.active {
    position: static;
    opacity: 1;
    visibility: visible;
}



.p8a2a li a div.img {
    width: 46.99%;
}

.p8a2a li a div.img img {
    max-width: 100%;
}

.p8a2a li a .cont {
    width: 47.95%;
}

.p8a2a li a .cont h3 {
    font-size: 18px;
    font-weight: normal;
    letter-spacing: -1px;
    color: #333333;
    margin-bottom: 1.4rem;
    transition: all ease .2s;
}

.p8a2a li:hover a .cont h3 {
    color: #055a9b;
}

.p8a2a li a .cont p {
    font-size: 13px;
    line-height: 24px;
    letter-spacing: -0.6px;
    color: #676767;
    font-family: "simsun";
}

.p8a2b {
    margin-top: 2rem;
}

.p8a2b li a {
    line-height: 36px;
}

.p8a2b li a h3 {
    font-size: 13px;
    font-weight: normal;
    letter-spacing: -0.6px;
    color: #676767;
    padding-left: 18px;
    position: relative;
    transition: all ease .3s;
}

.p8a2b li a h3::after {
    content: "";
    width: 5px;
    height: 5px;
    background: #055a9b;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.p8a2b li a span {
    font-size: 13px;
    font-weight: normal;
    letter-spacing: -0.6px;
    color: #676767;
}

.p8a2b li:hover a h3 {
    color: #055a9b;
}


.p8b {
    width: 30.1667%;
    border: solid 1px #e3e3e3;
    padding: 26px 1.3rem 1rem;
    z-index: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.p8b::after {
    content: "";
    height: 196px;
    background: #055a9b;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.p8b .p8b1 {
    line-height: 40px;
    border-bottom: 1px solid #fff;
}

.p8b2 img {
    width: 100%;
}

.p8b .p8b1 h3 {
    font-size: 18px;
    font-weight: normal;
    color: #ffffff;
    line-height: 40px;
}

.p8b .p8b1 a.more {
    width: 22px;
    height: 22px;
    border: solid 1px #ffffff;
    text-align: center;
    line-height: 18px;
    font-size: 18px;
    color: #fff;
}

.p8b2a li a {
    font-size: 13px;
    line-height: 35px;
    letter-spacing: -0.3px;
    color: #676767;
    padding-left: 18px;
    position: relative;
    transition: all ease .3s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.p8b2a li a::after {
    content: "";
    width: 5px;
    height: 5px;
    background: #055a9b;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.p8b2a li:hover a {
    color: #055a9b;
}

@media(max-width: 768px) {
    .p8a {
        width: 100%;
    }

    .p8b {
        width: 100%;
        margin-top: 3%;
    }

    .p8b2 {
        margin: 1.5rem 0;
    }
}

@media(max-width: 767px) {
    .p8a1a li a {
        line-height: 46px;
        font-size: 15px;

    }

    .p8a2a li a div.img {
        width: 100%;
    }

    .p8a2a li a .cont {
        width: 100%;
        margin-top: 3%;
    }

    .p8a2a li a .cont h3 {
        font-size: 16px;
    }

    .p8a2a li a .cont p {
        font-size: 14px;
    }

    .p8a2b {
        margin-top: 1rem;
    }

    .p8a2b li a h3 {
        width: 70%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .p8b {
        padding: 20px 1.3rem 1rem;
    }
}


.f_link {
    border: solid 1px #e3e3e3;
    line-height: 1.6;
    max-width: 1200px;
    padding: 1.3rem 1.5rem;
    margin: 1.8rem auto;
}

.f_link h3 {
    display: inline-block;
    font-size: 18px;
    font-weight: normal;
    color: #055a9b;
    line-height: 1.6;
    margin-right: 8px;
}

.f_link h3 span {
    font-size: 16px;
    color: #838383;
}

.f_link a {
    font-size: 14px;
    color: #838383;
    margin-right: 6px;
}



.p9 {
    background: #055a9b;
}

.p9 a {
    font-size: 16px;
    font-weight: normal;
    ;
    color: #ffffff;
    flex: 1;
    background: url(../images/0ae8e87f22cecd85179eb538b030d79aba7882bf.png) no-repeat right center;
    text-align: center;
    line-height: 52px;
}


.p9 a:last-child {
    background: initial;
}




.p10 {
    background: #333333;
    padding: 1.7rem 0 1.9rem;
}

.p10a1 {
    width: 73.91%;
}

.p10a1 .p10a1a {
    font-size: 16px;
    line-height: 35px;
    letter-spacing: -0.4px;
    color: #ffffff;
}

.p10a1 .p10a1b {
    font-size: 16px;
    line-height: 35px;
    letter-spacing: -0.4px;
    color: #ffffff;
}


.copyright {
    text-align: center;
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: -0.4px;
    color: #ffffff;
    margin-top: 1.4rem;
}

.copyright a {
    color: #ffffff;

}

@media(max-width: 1024px) {
    .p10a1 {
        width: 83.91%;
    }
}


@media(max-width: 768px) {
    .p10a {
        /* text-align: center; */
    }

    .p10a1 .p10a1a {
        width: 100%;
        margin: 0.7rem 0;
    }

    .p10a1b {
        width: 100%;
        margin-bottom: 0.7rem;
    }
}



@media(max-width: 767px) {
    .p10a1 .img {
        width: 40%;
    }

    .p10a1 .img img {
        max-width: 100%;
    }
    .p10a1 .p10a1a, .p10a1 .p10a1b {
        font-size: 14px;
        line-height: 1.8;
    }
    .p10a2{
        width: 40%;
    }
    .p10a2 img {
        width: 100%;
    }
}






/*手机底部*/
@media (max-width:768px) {
    .db {
        display: block !important;
    }
}


.dbb {
    height: 50px;
}

/* 页脚 */
.footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: #055A9B;
}

.footer ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer ul li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    color: #ffffff;
    line-height: 30px;
    padding: 10px 0;
    font-size: 0;
}

.footer ul li.active {
    background: #055A9B;
}

.footer ul li a {
    display: block;
    color: #fff;
}

.footer ul li .iconfont {
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.footer ul li span {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #fff;
}


.footer li .icon-home {
    background: url(../images/42809016f0d78822c4b6cf3779867f20438f7adb.png) no-repeat;
    width: 20px;
    height: 20px;
}

.footer li .icon-home2 {
    background: url(../images/b88d23816c0ec6e0156823b77f878302d196b8e0.png) no-repeat;
    width: 20px;
    height: 20px;
}

.footer li .icon-phone {
    background: url(../images/d547216b8647efb8c33b53a613908081822e7401.png) no-repeat;
    width: 20px;
    height: 20px;
}

.footer li .icon-contact {
    background: url(../images/b9c50da5efad42e98cae7938b69f0850ba1fc3d0.png) no-repeat;
    width: 20px;
    height: 20px;
}

.footer li .icon-phone:before {
    font-size: 0;
}

.footer ul li a {
    border-left: 1px solid #fff;
}

.footer ul li:nth-child(1) a {
    border: none;
}



/*内页左侧样式*/



.page-product-inquiry a {
    color: #fff;
}